Youth & Adult Literacy Rates Datasets Link
Literacy rates refer to the percentage of individuals aged 15 and above who can read and write with understanding a short, simple statement on their everyday life. The dataset, available on Kaggle as two csv files, delves into the literacy rates among youth and adults across diverse regions and countries. This extensive repository serves as a valuable resource for comprehending the literacy landscape, offering insights into various demographics such as age groups, genders, and geographical areas. Its multifaceted nature enables in-depth analysis, facilitating comparisons among regions, countries, and demographic segments. The dataset’s potential extends beyond raw figures; it stands as a crucial tool for policymakers, illustrating areas requiring targeted interventions to support literacy rates.
I chose this data because I’ve seen people around me who struggle with reading and writing. It made me curious about how things are now. I hope it can show where we need to do more to help people learn these important skills better.
library(dplyr): using for data manipulation
library(tidyverse): using to transform and better present data
library(ggplot2): using for data visualization and plotting charts
library(plotly): using for creating interactive web-based graphs
library(knitr): using for formatting tables
library(kableExtra): using for formatting tables and manipulate table styles
## Warning: package 'tidyverse' was built under R version 4.3.2
## Warning: package 'kableExtra' was built under R version 4.3.2
## Warning: package 'knitr' was built under R version 4.3.2
Reads csv files from a sub-folder to be examine & glimpse of data of 2 csv files
## Rows: 4,955
## Columns: 7
## $ index <dbl> 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, …
## $ Region <chr> "Central and Southern Asia", "Central and Southern Asi…
## $ Country <chr> "Afghanistan", "Afghanistan", "Afghanistan", "Afghanis…
## $ Year <dbl> 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, 2011, …
## $ Age <chr> "15+", "15+", "15+", "15-24", "15-24", "15-24", "25-64…
## $ Gender <chr> "female", "male", "total", "female", "male", "total", …
## $ `Literacy rate` <dbl> 0.1761206, 0.4541710, 0.3174112, 0.3211322, 0.6187907,…
## Rows: 202
## Columns: 9
## $ Country <chr> "Afghanistan", "Albania", "Algeria",…
## $ Region <chr> "SA", "ECA", "MENA", "ECA", "SSA", "…
## $ `Sub-region` <chr> NA, "EECA", NA, "WE", "ESA", NA, NA,…
## $ `Least developed countries (LDC)` <chr> "LDC", NA, NA, NA, "LDC", NA, NA, NA…
## $ `Africa sub-regions` <chr> NA, NA, "Northern Africa", NA, "Sout…
## $ `Africa region` <chr> NA, NA, "All", NA, "All", NA, NA, NA…
## $ Total <dbl> 43, 98, 81, NA, NA, NA, NA, 99, NA, …
## $ Male <dbl> 55, 99, 87, NA, NA, NA, NA, 99, NA, …
## $ Female <dbl> 30, 98, 75, NA, NA, NA, NA, 99, NA, …
Following table provides the highest literacy rates of top 10 countries.
| Country Name | Mean Literacy Rate |
|---|---|
| Ukraine | 1.000 |
| Uzbekistan | 0.999 |
| San Marino | 0.999 |
| Latvia | 0.999 |
| Estonia | 0.999 |
| Lithuania | 0.998 |
| Kazakhstan | 0.997 |
| Belarus | 0.997 |
| Russian Federation | 0.997 |
| Cuba | 0.996 |
Following table provides the lowest literacy rates of 10 countries.
| Country Name | Mean Literacy Rate |
|---|---|
| Chad | 0.217 |
| Guinea | 0.259 |
| Niger | 0.278 |
| Mali | 0.308 |
| South Sudan | 0.308 |
| Sierra Leone | 0.333 |
| Burkina Faso | 0.334 |
| Benin | 0.335 |
| Afghanistan | 0.348 |
| Central African Republic | 0.371 |
The comparison of the highest literacy rates among the top 10 countries and the lowest literacy rates among another set of 10 countries highlights a stark contrast in educational achievements globally. The disparity between these two groups underscores the need for increased support and focused efforts to uplift literacy rates, particularly in regions or countries with lower rates. Examining the top 10 countries with the highest literacy rates offers valuable insight and can provide valuable benchmarks and best practices that could potentially be adopted or adapted by other countries improve their literacy rates. The identification of the bottom 10 countries in terms of literacy rates serves as a crucial reminder of the challenges faced by these regions. It emphasizes the urgency of implementing targeted interventions and comprehensive educational initiatives to uplift literacy levels.
The chart below shows that on average 64 and younger have higher literacy rate.
The analysis of the literacy rates based on age groups reveals a significant correlation between age and literacy across various regions and countries. The data illustrates that the age factor plays a crucial role in determining literacy levels, especially evident in the consistently lower literacy rates among individuals aged 65 and above compared to other age brackets. The dataset further highlights a categorization based on age groups, specifically focusing on the 15+ category, which encompasses individuals aged 15 and above. The variability in how countries collect and present their data regarding literacy rates is evident in the diverse age ranges used for data input. Some nations might report literacy rates under the broad category of 15+, while others might provide a breakdown into more specific age groups like 15-24 or 25-64.
Now, lets examine and break down by region.
Analyzing literacy rates by region reveals intriguing trends, yet it also exposes inconsistencies in data reliability, particularly in certain regions where the data fluctuates significantly from year to year. This inconsistency poses a challenge when attempting to draw consistent conclusions or trends for these regions.
Breaking down the data into charts for each region allows for a more granular examination, highlighting distinct patterns and fluctuations. For instance, regions like Sub-Saharan Africa exhibit considerable variability in literacy rates from year to year.
while regional breakdowns offer valuable insights into literacy rate trends, the variability and inconsistency within certain regions underscore the need for more detailed analysis and a comprehensive understanding of the underlying factors contributing to these fluctuations.
Analysis of Sub-Saharan Africa Region region in detail.The chart below show the countries of Sub-Saharan Africa Region literacy rate over time.
Examining the literacy rates in the Sub-Saharan Africa region provides understanding of the challenges and complexities within this diverse area. The chart illustrating literacy rates over time in various countries within the region reveals a notable lack of consistency in data availability from year to year. This inconsistency hampers the ability to establish clear trends or draw concrete conclusions about the region’s overall literacy landscape.For a more thorough understanding of literacy trends in Sub-Saharan Africa, a deeper analysis of countries with consistent data points could be beneficial.
So, let pick year 2011 and 2013, as these are the lowest and highest literacy point of the region.
| Country Name | Year | Mean Literacy Rate |
|---|---|---|
| Congo | 2011 | 0.785 |
| Mali | 2011 | 0.305 |
| Mauritius | 2011 | 0.859 |
| Namibia | 2011 | 0.822 |
| Senegal | 2011 | 0.484 |
| South Africa | 2011 | 0.885 |
| Togo | 2011 | 0.537 |
| Zimbabwe | 2011 | 0.796 |
| Country Name | Year | Mean Literacy Rate |
|---|---|---|
| Botswana | 2013 | 0.775 |
| Gambia | 2013 | 0.371 |
| Mauritius | 2013 | 0.915 |
| Senegal | 2013 | 0.397 |
| Sierra Leone | 2013 | 0.296 |
Indeed, analyzing the disparity between the lowest and highest literacy points in 2011 and 2013 within the Sub-Saharan Africa region highlights the inconsistency prevalent in literacy data among countries. This fluctuation underscores the lack of consistent progress or a stable trajectory in literacy rates across the region during this period.
Lets analyze the literacy rate of male and female by region and by over time. # Male & Female Literacy rate by region| Region | Male | Female |
|---|---|---|
| Central and Southern Asia | 0.776 | 0.660 |
| Eastern and South-Eastern Asia | 0.915 | 0.851 |
| Europe and Northern America | 0.986 | 0.973 |
| Latin America and the Caribbean | 0.917 | 0.897 |
| Northern Africa and Western Asia | 0.895 | 0.807 |
| Oceania | 0.921 | 0.903 |
| Sub-Saharan Africa | 0.691 | 0.545 |
The comparison of male and female literacy rates across different regions highlights notable differences and trends in educational success between genders. The table and corresponding chart depicting male and female literacy rates over time underscore a consistent gap between the literacy rates of males and females across various regions.
| Country | Male | Female | Difference |
|---|---|---|---|
| Malta | 93 | 96 | -3 |
| Mongolia | 98 | 99 | -1 |
| Seychelles | 95 | 96 | -1 |
| Eswatini | 88 | 89 | -1 |
| Uruguay | 98 | 99 | -1 |
| Argentina | 99 | 99 | 0 |
| Belarus | 100 | 100 | 0 |
| Brazil | 93 | 93 | 0 |
| Colombia | 95 | 95 | 0 |
| Costa Rica | 98 | 98 | 0 |
Exploring the countries with high female literacy rates reveals the success stories in gender parity within education. Malta emerges as the leading nation with a notably higher female literacy rate. Following closely are countries like Mongolia, Seychelles, Eswatini, and Uruguay, showcasing strides in promoting female education.
| Country | Male | Female | Difference |
|---|---|---|---|
| Afghanistan | 55 | 30 | 25 |
| Central African Republic | 50 | 26 | 24 |
| Benin | 54 | 31 | 23 |
| Mali | 46 | 26 | 20 |
| Nepal | 79 | 60 | 19 |
| Morocco | 83 | 65 | 18 |
| Nigeria | 71 | 53 | 18 |
| Burkina Faso | 50 | 33 | 17 |
| Sierra Leone | 52 | 35 | 17 |
| India | 82 | 66 | 16 |
Conversely, examining countries with low female literacy rates uncovers significant challenges, with Afghanistan topping the list, trailed by Central African Republic and Benin, among others. These countries face substantial hurdles in ensuring equitable educational opportunities for females, reflecting the pressing need for targeted interventions and improved educational initiatives.
The chart illustrating male and female literacy rates over time emphasizes a consistent gender gap persisting across the years. This unchanging gap signifies the necessity for increased efforts specifically tailored towards enhancing female literacy rates. Implementing dedicated programs and policies aimed at improving female education is crucial to narrow this persistent gender divide in literacy rates.
The comparison of male and female literacy rates across regions highlights both success stories and challenges. While certain countries demonstrate impressive progress in achieving gender parity in education, others grapple with substantial gender gaps.
The gender gap in literacy rates has been persistently evident over the years, showing a consistent gap between males and females. This longstanding trend underscores the necessity for targeted initiatives aimed at literacy among female. Additionally, the literacy rates within the 15-64 age group consistently showcase higher levels compared to other age brackets. There appears to be a crucial need for literacy programs specifically tailored for individuals aged 65 and above, acknowledging their unique learning needs and ensuring inclusivity across all age groups. One fundamental challenge highlighted in the dataset analysis is the inconsistency in data collection methods and accuracy across different years. This inconsistency poses a significant barrier in making accurate year-to-year comparisons and drawing conclusive insights. To facilitate more reliable and comprehensive analysis, there is a pressing need for standardized data collection protocols to be implemented consistently across regions and countries.